@charset "utf-8";
/* CSS Document */

body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select {
    margin: 0;
    padding: 0;
}
body {
    background: #fff none repeat scroll 0 0;
    font: 14px "微软雅黑","Arial Narrow",HELVETICA;
}
a{
bblr:expression(this.onFocus=this.blur());/*IE使用*/
outline-style:none;/*FF使用*/
} /*去除a标签带来的虚框*/
a {
    color: #333;
    text-decoration: none;
}
a:hover {
	color: #f08300;
	text-decoration: underline;
}
a img:hover{opacity:0.9;filter:alpha(opacity=90)}
em {
    font-style: normal;
}
li {
    list-style: outside none none;
}
img {
    border: 0 none;
	display:block;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
p {
    word-wrap: break-word;
}
.clearfix::after {
    clear: both;
    content: "";
    display: block;
    font-size: 0;
    height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.banner_dt{position: relative;}
.banner_gg{height: 16px;background: rgba(0,0,0,0.4);color: #fff;border-radius: 0 6px 0px 0px;line-height: 16px;width: 28px;text-align: center;overflow: hidden;font-size: 10px;position: absolute;left: 0;bottom: 0;z-index: 3;}

/* 新增样式20180418*/
.tylm_js{line-height:30px; color:#333;  background-color:#f5f5f5; padding:10px;}
.tylm_js b {font-size:16px;}
.ty_column div:last-child{ border:0; margin-bottom:0;}
.tylm_bk{ border:2px solid #eee; width:656px; height:40px; text-align:center; border-radius:2px; line-height:40px;}
.italic{font-style:italic;}

